home *** CD-ROM | disk | FTP | other *** search
ASP.NET Web Form | 2002-03-18 | 1.2 KB | 29 lines |
- <%@ Page Language="vb" AutoEventWireup="false" Codebehind="CacheForm.aspx.vb" Inherits="AspnetApplications.CacheForm" buffer="True" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <HTML>
- <HEAD>
- <title>CacheForm</title>
- <meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0">
- <meta name="CODE_LANGUAGE" content="Visual Basic 7.0">
- <meta name="vs_defaultClientScript" content="JavaScript">
- <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
- </HEAD>
- <body>
- <form id="Form1" method="post" runat="server">
- <H1>Cache Object Demo</H1>
- <P>This form shows the current contents of the Cache object, and lets you see the
- effect of several caching options. To see how the affect the application, you
- must assign different values to the CACHE_ACTION compilation constant and
- recompile, then attempt to refresh the page and seeing whether the
- EmployeeCacheTime cache element changes (you can also see messages in the Debug
- window when an item is refreshed).
- </P>
- <P> </P>
- <P>
- <asp:Label id="lblMessage" runat="server"></asp:Label></P>
- <P>
- <asp:Label id="lblArea" runat="server"></asp:Label></P>
- </form>
- </body>
- </HTML>
-